/ Assembly List / LJCDataAccess / MySqlDataAccess / GetDataSet

Namespace - LJCDataAccess


Parameters
sql - The Select SQL statement.
tableMapping - The table map collection.

Returns

A reference to the DataSet object.

Syntax

C#
public DataSet GetDataSet(String sql, DataTableMappingCollection tableMapping = null)

Executes a Select statement and retrieves the DataSet object.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.